b4860: Correct LIODN assignment for PCIe
authorTudor Laurentiu <[email protected]>
Fri, 12 Dec 2014 08:41:26 +0000 (10:41 +0200)
committerYork Sun <[email protected]>
Fri, 16 Jan 2015 17:30:06 +0000 (09:30 -0800)
For B4 the LIODN register for PCIe is in PCIe address space and not in
GUTs

Signed-off-by: Poonam Aggrwal <[email protected]>
Signed-off-by: Varun Sethi <[email protected]>
Signed-off-by: Shaveta Leekha <[email protected]>
Signed-off-by: Laurentiu Tudor <[email protected]>
Reviewed-by: York Sun <[email protected]>
arch/powerpc/cpu/mpc85xx/b4860_ids.c

index 598f7bd92ee960c75e62628df52ec51634e79869..fd7f5fa7e135c165db7146f0fcc46dffc107704a 100644 (file)
@@ -57,7 +57,7 @@ struct liodn_id_table liodn_tbl[] = {
 
        SET_USB_LIODN(1, "fsl-usb2-dr", 553),
 
-       SET_PCI_LIODN(CONFIG_SYS_FSL_PCIE_COMPAT, 1, 148),
+       SET_PCI_LIODN_BASE(CONFIG_SYS_FSL_PCIE_COMPAT, 1, 148),
 
        SET_DMA_LIODN(1, "fsl,elo3-dma", 147),
        SET_DMA_LIODN(2, "fsl,elo3-dma", 227),